All Questions
Tagged with arduinojavascript
2 questions
4votes
2answers
2kviews
Handle data sent back over serial by Arduino
I have a machine that is being controlled by an Arduino. If I send the machine the command '9' it will send back JSON with some sensor temperatures in the format ...
2votes
0answers
273views
Nodejs-Compass,PID,Motors-with johnny-five
I just finish coding this code which use for control robot using compass sensor with PID control to control motors. Trying to make javascript object for necessary job. Please guide me for a better ...